Split String
Command Prototype
arrRet = Split(sText,sSeparator)
Command Description
Split a string into an array using a specific separator
Parameter Description
- Required Parameter
- sText--The string to operate on
- sSeparator--The separator used to split the string
- return
- arrRet--The variable used to save the output of the function call